home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / util / libs / ieee_fix.lha / FixIEEE next >
Text File  |  1994-12-06  |  444b  |  17 lines

  1. failat 21
  2. copy sys:libs/mathieeedoubbas.library ""
  3. if warn
  4.     quit
  5. endif
  6.  
  7. spatch mathieeedoubbas.library
  8. if not warn
  9.     copy mathieeedoubbas.new to sys:libs/mathieeedoubbas.library
  10.     delete mathieeedoubbas.new force quiet
  11.     echo "*"mathieeedoubbas.library*" has now been fixed."
  12.     echo "You may need to reboot for the change to take effect."
  13.     avail flush >nil: ; try to flush it
  14. else
  15.     echo "Unable to perform patch.  No changes have been made."
  16. endif
  17.